home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr01
/
caquiz12.zip
/
QUIZ3.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-20
|
437b
|
14 lines
echo off
cls
echo This is an example of using a batch file (.BAT) to start
echo Create A Quiz (QUIZ.EXE) and instruct the program to EXIT
echo AUTOMATICALLY after five (5) minutes of play time have elapsed.
echo.
echo The command line instruction is: QUIZ TIMEOUT=5 [ENTER]
echo.
echo See other .BAT files on this disk or .DOC file for additional
echo command line parameter options.
echo.
pause
QUIZ TIMEOUT=5